home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / css10.zip / TBBS.SIM < prev   
Text File  |  1991-01-24  |  929b  |  17 lines

  1. //////////////////////////////  TBBS.SIM  ///////////////////////////////////
  2. //                                                                         //
  3. // This is a sample SIMPLE script for logging on to a TBBS based system.   //
  4. //                                                                         //
  5. // Put your name in the line that says ASSIGN STRING1.  The script will    //
  6. // get the proper password from the dialing directory, CSS puts the        //
  7. // password in the variable BBSPASSWORD.                                   //
  8. //                                                                         //
  9. //////////////////////////////////////////////////////////////////////////////
  10.  
  11. ASSIGN STRING1, "John Smith"     // Put your name (in Quotes!) here.
  12.  
  13. ALARM 1
  14. WAITFOR "First Name?" MAXOF 180 THENDO SEND STRING1 HITENTER
  15. WAITFOR "Is this correct?" THENDO SEND "Y"
  16. SEND BBSPASSWORD HITENTER
  17.